home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 2
/
Deutsche Edition 2.iso
/
mac
/
PROGRAMME
/
Mandella 8.7 ƒ
/
Mandella
/
Mandella.rsrc
/
STR_137_Feather.txt
< prev
next >
Wrap
Text File
|
1993-04-08
|
163b
|
6 lines
Init: d to 2 - 2*c.r
w to c.r*x + d*x^2/(1 + x^2)
Iterate: newX := c.i*y + w
u := newX^2
w := c.r*newX + d*u/(1 + u)
newY := w - x